home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 May: Tool Chest / Developer CD Series May 1996 (Tool Chest) (Apple Computer) (1996).iso / Sample Code / Snippets / QuickDraw / Band Copying the Sequel / ReadMe < prev   
Encoding:
Text File  |  1992-07-15  |  744 b   |  21 lines  |  [TEXT/KAHL]

  1.  
  2.     Application:    Band Copying the Sequel
  3.  
  4.     File:            Band Copying the Sequel.π
  5.                     Band Copying the Sequel.c
  6.                     Band Copying the Sequel.π.rsrc
  7.  
  8.     Description:    Under low memory conditions, it's often necessary
  9.                     to draw an image by individual bands rather than
  10.                     to draw the entire image at once, and in most cases
  11.                     this method works fine unless the image requires
  12.                     dithering from its source to its destination.  The
  13.                     purpose of this app is to show the problem that may
  14.                     occur when copying these individual bands and to
  15.                     provide one possible solution.
  16.  
  17.     Programmer:        Edgar Lee
  18.     Organization:    Apple Computer, Inc.
  19.     Department:        Developer Technical Support, DTS
  20.     Language:        C (Think C version 5.0.1)
  21.     Date Created:    11-03-91